GtkApplication: avoid a crash
authorMatthias Clasen <mclasen@redhat.com>
Wed, 8 Apr 2015 19:44:21 +0000 (15:44 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 8 Apr 2015 19:44:21 +0000 (15:44 -0400)
commitc0ac3c3386b555832ad0dc34745ad26dcd184fb4
tree92f0906507df7c2642c6baab3da8e2eb7ab3265c
parentc6a77d0f6878e951929e22b3a196368d475ebc2b
GtkApplication: avoid a crash

It can apparently happen that we get focus in events
on windows after gtk_application_shutdown() has been
called. Avoid an unnecessary crash in this case.

See
https://bugzilla.redhat.com/show_bug.cgi?id=1176339
gtk/gtkapplication.c